home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Arkanoid Flash.swf / scripts / frame_36 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  312 b   |  26 lines

  1. if(onscreen_B == "1")
  2. {
  3.    call("BonusLife");
  4. }
  5. if(onscreen_E == "1")
  6. {
  7.    call("Expand");
  8. }
  9. if(onscreen_C == "1")
  10. {
  11.    call("Catch");
  12. }
  13. if(onscreen_SL == "1")
  14. {
  15.    call("Slow");
  16. }
  17. if(onscreen_F == "1")
  18. {
  19.    call("Fast");
  20. }
  21. if(onscreen_SH == "1")
  22. {
  23.    call("Shrink");
  24. }
  25. gotoAndPlay(35);
  26.